home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / Libraries / SAT 2.3b4 / Demo ƒ / HeartQuest demo ƒ / ClutFade.p < prev    next >
Text File  |  1994-11-29  |  166b  |  9 lines

  1. {Interface to the ClutFade library}
  2.  
  3. unit ClutFade;
  4. interface
  5.  
  6.     procedure FadeScreen (fadeTime: Integer; fadeOutFlag: Boolean; fadeTo: RGBColor);
  7.  
  8. implementation
  9. end.